home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
PongTable.swf
/
scripts
/
DefineButton2_212
/
BUTTONCONDACTION on(keyPress Left).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
151 b
|
11 lines
on(keyPress "<Left>"){
if(_root.bar._x >= 100)
{
_root.bar._x -= 20;
}
else
{
_root.bar._x = _root.bar._x;
}
}